*{
    margin: 0;
    padding: 0;
    
}
p{
    text-shadow: 0 0 1px whitesmoke;
    word-break:break-all;
}
.men{
    position: fixed;
    top: 0;
    background-color: rgba(0,0,0,0.2);
}
.logo{
}
#menu,.dropdown{
    display: none;
    font-family: poppins;
}/*
#menu p{
    font-size: 2em;
}
#menu .logo{
    margin-left: 20px;
    top:-45px;
    left:50px;
    position: relative;
}
#menu p:hover~.drop,
#men:hover~.drop{
    display: block;
}
.drop{display:none;}
#menu .dropdown{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    top:-100px;
    padding: 7em 0;
    background-color: #1f1f1f;
}
.dropdown a{
    left:40px;
    position: relative;
    text-decoration: none;
    color:white;
    width: 80%;
    font-weight: 600;
    padding: 1em;
    text-align: center;
}
.dropdown a:hover{
    color:rgba(48, 100, 209);
    background-color: white;
}*/
body{
    max-width: 100%;
    overflow-x: hidden;
   background-image: linear-gradient( to right,rgba(1, 9, 26,1),rgba(1, 9, 26,0.9));
}
.header{
    position: fixed;
    top:0;
    z-index: 2;
    width:100%;
    background-color: rgba(0,0,0,0.2);
}
nav{
    height: 4em;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-family:'Poppins', sans-serif;
}
.logo h1{
    color:white;
    margin:0 0.5em;
}
.links a{
    margin-right: 4.4em;
    color:white;
    text-decoration: none;
}
a:hover,#active{
    color:rgba(48, 100, 209);
}
 button{
    padding: 8px 10px;
    font-family:'Poppins', sans-serif;
    background-image: linear-gradient(to right,rgba(48, 100, 209),rgba(25, 62, 140));
    border:none;
    font-weight: 500;
    border-radius: 4px;
    color:white;
}
.hidden{
    visibility: hidden;
    margin-bottom: 2em;
}
#service{
    margin-bottom: 11em;
}
#contact{
    margin-bottom: 8em;
}
.body{
    margin-top:4em;
    height:40%;
    display: flex;
    width: 100%;
}
.body .left{
    width: 43%;
    padding:4em 7.5em 1em 7.5em;
}
.body .left h1{
    color:white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:3em;
}
span{
    color:rgba(64, 121, 227);
    text-shadow: 0 0 2px rgba(64, 121, 227);
}
.body .left p{
    color:white;
    font-family: poppins;
    font-size: 0.9em;
    margin: 1em 0;
}
.body .right{
    width: 39%;
}
.body .right{
    padding:2em 0 0 0 ;
}
.body .right img{
    width:70%;
    height: 85%;
}
.clients{
    height: 120px;
    background-image: linear-gradient(to right,rgba(64, 121, 227),rgba(5, 57, 156));
    padding: 1em 0 2em 0;
}
.clients h2{
    font-family: poppins;
    color:white;
    font-size: 1em;
    text-align: center;
    margin:0em 10em 2em 20em;
}
.clients .partners{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.clients .partners p{
    font-size: 3em;
}
.second{
    display: flex;
    margin:6em 1em 1em 1em;
    
}
.second .left{
    width:50%;
}
.second .left img{
    width: 100%;
    height:70%;
}
.second .right{
    margin-right: 6em;
}
.second .right p{
    color:white;
    font-family: poppins;
    font-size: 1em;
    margin:1em 0;
}
.second .right h3{
    font-size: 2em;
    color:white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 1em;
}
.second .right .sub{
    display: flex;
    gap: 30px;
}
.second .right .sub a{
    font-size: 1em;
    font-family: poppins;
    color:white;
    font-weight: 600;
}
.trust{
    display: flex;
    justify-content: space-between;
}
.secondfooter{
    margin-top: -150px;
    color:white;
    text-align: center;
    font-family: poppins;
}
.secondfooter p{
    font-size: 0.8em;
}
.secondfooter h3{
    font-size: 2em;
}
.serviceselement{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2em;
}
.serviceselement .element{
    width:500px;
    text-align: center;
    padding: 2em;
    background-color: #1f242d;
    border-radius: 10px;
    height: 200px;
}
.serviceselement .element:hover,
.plans .plan1:hover{
    background-image:linear-gradient(to right,rgba(64, 121, 227),rgba(5, 57, 156));
    box-shadow: 0 0 1px rgba(5, 57, 156);
}
.serviceselement .element p i{
    font-size: 2em;
    margin: 1em;
}
.serviceselement .element h2{
    font-family: poppins;
    font-size: 1.3em;
    color:white;
}
.serviceselement .element p{
    color:white;
    font-family: poppins;
    font-size: 0.9em;
}
.serviceselement .element a{
    color:white;
    font-family: poppins;
}
.shop{
    margin-top:5em;
    text-align: center;
    font-family: poppins;
}
.shop h4{
    color:white;
    font-size: 0.9em;
    margin:0.7em;
}
.shop h2{
    font-size: 2em;
    color:white;
    margin-bottom: 2em;
}
.shop .plans{
    display: flex;
    justify-content: space-around;
}
.plans .plan1{
    position: relative;
    padding: 1em;
    width:300px;
    height:400px;
    color:white;
    border:1px solid lightslategray;
}
.plans .plan1 p{
    font-size: 1em;
}
.plans .plan1 h5{
    font-size: 2em;
    margin:0.7em 0.5em 0 0.5em;
}
.plan1 button{
    margin-bottom: 10px;
}
.plans .plan1 p i{
    left:40px;
    position: absolute;
}
.contant h5{
    font-family: poppins;
    color:white;
    font-size: 20px;
    font-weight: 600;
    margin-top:5%;
    text-align:center;
}
section
{
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    text-align: center;
}
form{
   margin:0 0 10% 20%;
    width: 100%;
}
input{
    width:30% ;
    height: 40px;
    border:none;
    border-radius: 5px;
    padding: 0 10px;
    margin: 6px 2.5px;
    color:white;
    font-weight: 500;
    background-color:#323946;
}
input::placeholder{
    color:gray;
    font-weight: 500;
    padding:0 10px;    
}
input:focus, textarea:focus{
    outline: none;
}
textarea
{   
    background-color: #323946;
    padding:10px 10px;    
    margin: 8px 0;
    width:50%;
    border-radius: 5px;
    border: none;
    resize: none;
    color: white;
}
form button{
    font-family: poppins;
    color: #1f1f1f;
    text-decoration: none;
    padding:5px 20px;
    font-weight: 600;
    border:none;
    margin:0 25%;
    border-radius: 5px;
    font-size:16px;
    background-image:linear-gradient(to right,rgba(64, 121, 227),rgba(5, 57, 156));
}

@media screen and (max-width:990px){
    
    textarea{
        width:85%;
    }
}
@media  screen and (min-width:700px) {
    .serviceselement .element{
        width: 250px;
        height: 250px;
    }
    
}
@media screen and (min-width:800px){
    textarea{
        width: 62.4%;
    }
}

@media  screen and (max-width:1000px) {
    .header{
        display: none;
    }
    #menu{
        display: block;
    }
    
    #menu{
        padding: 0.1em;
        position: fixed;
        display:block;
    }
    .dropdown{
        margin: 10px;
        margin-left: 20px;
        text-align: center;
        border: 2px solid white;
        background-color: #323946;
        
    }
    #menu .logo{
        font-size: 1em;
    }
    .dropdown a{
       /* display: none;*/
       display: block;
       width: 300px;
       color: white;
       font-weight: 700;
       padding: 4px 0;
       text-decoration: none;
       background-color:transparent;
       border: 1px solid white;
       transition: 0.3s;
    }
    #menu:hover{
        left:0%;
    }
    #menu:hover .dropdown{
        display: block;
    }
    a:hover, a.active{
        box-shadow: 0 0 10px rgba(5, 57, 156);
        color:white;
        font-weight: 600;
        background-color: rgba(5, 57, 156);
    }
    .plans{
        display: block;
    }
    .plans .plan1{
        width: 90%;
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media screen and (max-width:630px){
    .header{
        display: none;
    }
    #menu{
        display: block;
    }
    .body, .partners, .second, .trust, .serviceselement, .shop .plans{
        display: block;
    }
    .body{
        margin: 0;
    }
    .body.left, .body.right{
        width: 100%;
        margin: 0;
    }
    .body .left h1{
        font-size: 1.5em;
    }
    .body .right{
        display: none;
    }
    .second .left{
        width: 100%;
    }
    .second .right{
        width: 100%;
    }
    .clients{
        text-align: center;
        width: 100%;
        height: 100px;
    }
    .clients h2{
        margin: auto;
        font-size: 20px;
    }
    .clients p{
        width:100%;
    }
    .serviceselement{
        margin: 0;
    }
    .serviceselement .element{
        width:90%;
        margin-bottom: 30px;
    }
    .plans .plan1{
        width: 90%;
        margin-left: 10px;
        margin-right: 10px;
    }
    form{
        margin-left: 10px;
        margin-right: 10px;
    }
    input{
        width:90%;
    }
    textarea{
        width:90%;
    }
    #menu{
        padding: 0.1em;
        position: fixed;
        display:block;
    }
    .dropdown{
        margin: 10px;
        margin-left: 20px;
        text-align: center;
        border: 2px solid white;
        background-color: #323946;
        
    }
    .dropdown a{
       /* display: none;*/
       display: block;
       width: 300px;
       color: white;
       font-weight: 700;
       padding: 4px 0;
       text-decoration: none;
       background-color:transparent;
       border: 1px solid white;
       transition: 0.3s;
    }
    #menu:hover{
        left:0%;
    }
    #menu:hover .dropdown{
        display: block;
    }
    a:hover, a.active{
        box-shadow: 0 0 10px rgba(5, 57, 156);
        color:white;
        font-weight: 600;
        background-color: rgba(5, 57, 156);
    }
}
